home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hp100b1.zip / EDITOR.BAT < prev    next >
DOS Batch File  |  1991-03-01  |  122b  |  10 lines

  1. SHEDIT %1 %2 %3 %4
  2. REN %5 T
  3. COPY MSGTMP %5
  4. REN %5 F
  5. TYPE %5F >> %5T
  6. COPY %5T %5
  7. ERASE %5F
  8. ERASE %5T
  9. ERASE MSGTMP
  10.